From: Roland McGrath Date: Sun, 16 Jan 1994 09:58:31 +0000 (+0000) Subject: (srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93453 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dace61c11f4ae00b9baf96839846fde3fb733f7f;p=emacs.git (srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*. --- diff --git a/configure1.in b/configure1.in index 22122329682..5d5ac653e73 100755 --- a/configure1.in +++ b/configure1.in @@ -1461,7 +1461,7 @@ changequote(,)dnl The horror, the horror. srcdir_undefs="`echo $top_srcdir | sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/ */ -U/g' \ -e 's/ -U$//' -e 's/^[^ ]/-U/' \ - -e 's/-U[0-9][^ ]*//' \ + -e 's/-U[0-9][^ ]*//g' \ `" changequote([,])dnl